From 698aa775d6aa7de900ec97f8355fe91d27f62fb5 Mon Sep 17 00:00:00 2001 From: robertlipe Date: Mon, 18 Feb 2013 06:02:38 +0000 Subject: [PATCH] Fix order of diff args in arc-project. --- gpsbabel/testo.d/arc-project.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gpsbabel/testo.d/arc-project.test b/gpsbabel/testo.d/arc-project.test index 902e7a38b..2886ead5f 100644 --- a/gpsbabel/testo.d/arc-project.test +++ b/gpsbabel/testo.d/arc-project.test @@ -6,12 +6,12 @@ rm -f ${TMPDIR}/arc-project* # Test 1: rte & trk options gpsbabel -i gpx -f ${REFERENCE}/arc-project.gpx -x arc,rte,exclude,distance=0.1K -x arc,trk,exclude,distance=0.1K -o gpx -F ${TMPDIR}/arc-project1.gpx -compare ${TMPDIR}/arc-project1.gpx ${REFERENCE}/arc-project1.gpx +compare ${REFERENCE}/arc-project1.gpx ${TMPDIR}/arc-project1.gpx # Test 2: rte, project & points options gpsbabel -i gpx -f ${REFERENCE}/arc-project.gpx -x arc,rte,project,points,distance=0.1K -o gpx -F ${TMPDIR}/arc-project2.gpx -compare ${TMPDIR}/arc-project2.gpx ${REFERENCE}/arc-project2.gpx +compare ${REFERENCE}/arc-project2.gpx ${TMPDIR}/arc-project2.gpx # Test 3: trk & project options gpsbabel -i gpx -f ${REFERENCE}/arc-project.gpx -x arc,trk,project,distance=0.1K -o gpx -F ${TMPDIR}/arc-project3.gpx -compare ${TMPDIR}/arc-project3.gpx ${REFERENCE}/arc-project3.gpx +compare ${REFERENCE}/arc-project3.gpx ${TMPDIR}/arc-project3.gpx -- 2.30.2